home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3291 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  37 lines

  1. Path: oreig.uji.es!ii202
  2. From: ii202@rossegat.uji.es (Jorge Acereda Macia)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Bitfieldinsert?
  5. Date: 12 Feb 1996 14:01:40 GMT
  6. Organization: Universitat Jaume I. Castell≤ de la Plana. Spain
  7. Message-ID: <4fnh84$1m7@oreig.uji.es>
  8. References: <38232222@kone.fipnet.fi> <4f4qo2$i6o@oreig.uji.es> <38232329@kone.fipnet.fi>
  9. NNTP-Posting-Host: @rossegat.uji.es
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Jyrki Saarinen (jsaarinen@kone.fipnet.fi) wrote:
  13.  
  14. > Well, a friend of my made a Gouraud polygon routine
  15. > a while ago that does 8 pixels on two instructions.
  16. > (all four planes in a long word; a little blitting or CPU
  17. > passes needed)
  18.  
  19. >         move.l  (a0,d0.w*4),(a1)+
  20. >         addx.l  d1,d0
  21.  
  22. Cool! Looks fast when working with big polys, but handling left and
  23. right bytes (edges) should slow down the thing...
  24.  
  25. BTW... What's d0? rr...rrLLLLllllllllRRRR?
  26. R= integer part of right color, r=decimal part
  27. L= integer part of left color, l=  "
  28.  
  29. Greets,
  30. --
  31.  ---------------------------- --------------------------------------------
  32. |       Jorge Acereda        |      Dream the same thing everynight       |
  33. |   ii202@rossegat.uji.es    |       I see our freedom in my sight        |
  34. |       Intel Outside        |     No locked doors, no windows barred     |
  35. |        Amiga Rules         |   No things to make my brain seem scarred  |
  36.  ---------------------------- --------------------------------------------
  37.